<?xml version="1.0"?>
<component name="org.nuxeo.elasticsearch.work.config.override">

  <require>org.nuxeo.elasticsearch.work.config</require>

  <extension point="queues" target="org.nuxeo.ecm.core.work.service">
    <queue id="elasticSearchIndexing">
      <name>ElasticSearch Indexing</name>
      <maxThreads>4</maxThreads>
      <!-- <usePriority>true</usePriority> -->
      <category>elasticSearchIndexing</category>
      <clearCompletedAfterSeconds>90</clearCompletedAfterSeconds>
    </queue>
  </extension>

</component>
